home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / Italian.lproj / encrypt_info.nib / data.classes next >
Encoding:
Text File  |  1993-08-05  |  427 b   |  34 lines

  1. KeyView = {
  2.     OUTLETS = {
  3.     keyInfo;
  4.     };
  5.     SUPERCLASS = View;
  6. };
  7. FirstResponder = {
  8.     ACTIONS = {
  9.     };
  10.     SUPERCLASS = Object;
  11. };
  12. Encrypt = {
  13.     ACTIONS = {
  14.     changeView:;
  15.     performClose:;
  16.     setPrivateKey:;
  17.     addPublicKeyAndShow:;
  18.     removeKeysAndShow:;
  19.     };
  20.     OUTLETS = {
  21.     publicView;
  22.     window;
  23.     keyText;
  24.     well;
  25.     privateView;
  26.     addressView;
  27.     keyField;
  28.     chooser;
  29.     instruct;
  30.     address;
  31.     };
  32.     SUPERCLASS = Object;
  33. };
  34.